CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des 密

搜索资源列表

  1. DES

    0下载:
  2. 用C语言写的100行DES加密算法. DES算法具有极高安全性,到目前为止,除了用穷举搜索法对DES算法进行攻击外,还没有发现更有效的办法。而56位长的密钥的穷举空间为256,这意味着如果一台计算机的速度是每一秒种检测一百万个密钥,则它搜索完全部密钥就需要将近2285年的时间,可见,这是难以实现的,当然,随着科学技术的发展,当出现超高速计算机后,我们可考虑把DES密钥的长度再增长一些,以此来达到更高的保密程度。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7733
    • 提供者:JohnBill
  1. DES算法C++源代码

    1下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位!
  3. 所属分类:源码下载

    • 发布日期:2012-06-13
    • 文件大小:45056
    • 提供者:lijuanly88
  1. crypto.rar

    1下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA,Multiple encryption and decryption procedures and source code, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:密码/编码算法

    • 发布日期:2012-11-01
    • 文件大小:406304
    • 提供者:韭叶
  1. DES

    0下载:
  2. MFC实现DES的加密解密模拟,密钥为64位,-MFC to achieve DES encryption and decryption simulation, the key is 64 bits,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:29654
    • 提供者:greenwheat
  1. DES

    0下载:
  2. 我自己写的一个DES算法,实现了DES的加密解密功能。可手动输入明文及密钥,加密后对密文进行解密,正确还原为明文。-I write a DES algorithm, to achieve the DES encryption and decryption functions. Can manually enter the plaintext and key, encryption, decrypt the ciphertext after, right back into plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:201428
    • 提供者:lzj
  1. rsa_des

    0下载:
  2. 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的-Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems, are encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:602465
    • 提供者:王俊川
  1. des

    0下载:
  2. 用c#实现的简单的des算法的小程序,输入明文加密成密文,输入密文解密成明文。-With c# Realized des simple algorithm applet, enter the explicit encryption into ciphertext, enter into explicit ciphertext decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14428
    • 提供者:stella
  1. DES

    0下载:
  2. 密码学实验自己写的程序,des加密解密,先输入8个字符作为密钥,在输入8个字符的明文!-Cryptography experiment to write their own procedures, des encryption and decryption, first eight characters input as key characters in the input express 8!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2657
    • 提供者:汪涵
  1. des

    1下载:
  2. VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-11
    • 文件大小:34047
    • 提供者:胡程
  1. SafeTrans

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:650182
    • 提供者:qzhirong
  1. DES

    0下载:
  2. 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:122998
    • 提供者:andy
  1. DES

    2下载:
  2. 使用JAVA实现DES密码加密、解密过程,密钥在程序中能够指定,也可改为用户自己输入-DES implementation using JAVA password encryption, decryption process, the key specified in the procedure can also be changed to the user' s own input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:85564
    • 提供者:liuxiao
  1. DES

    0下载:
  2. DES的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algor
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:23486
    • 提供者:吴成刚
  1. DES

    0下载:
  2. 使用VC编程实现DES的加密与解密算法,能够加密和解密文件,使用的密钥是八位-VC Programming using DES encryption and decryption algorithms to encrypt and decrypt files, the key is to use eight
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3514021
    • 提供者:靳超
  1. DES

    0下载:
  2. 模拟DES算法,程序使用八位密钥。 2. 程序使用 输入:输入明文,输入8位密钥。 点击“加密”按钮,即可获得加密密文。 输出:在编辑框中显示密文。 点击“解密”按钮,即可获得明文。 输出:在编辑框中显示明文。 -Simulation DES algorithm, the use of eight key procedures. 2. Procedures using input: enter explicitly, enter the 8-bit key. Cli
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1991839
    • 提供者:木佳强
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1172652
    • 提供者:donton
  1. DES

    1下载:
  2. 实现DES算法 64位明文输入和56位密钥输入,进行加密解密-DES algorithm to achieve explicit 64-bit input and 56-key input, for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3132
    • 提供者:zxn
  1. DES

    0下载:
  2. 实现des加解密图形化界面实现 输入明文得密文 由密文可还原出明文-des cryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:156429
    • 提供者:MM
  1. s-des

    0下载:
  2. 功能强大的S-DES,密钥为10bit,经过处理后真正能要到的为8bit,需要加密的明文为8bit,不愧是加密标准。-Powerful S-DES, the key for the 10bit, after proper treatment, can really go to for 8bit, express the need for encryption for 8bit, is indeed the encryption standard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:509218
    • 提供者:王明华
  1. DES-

    0下载:
  2. DES加密算法实现DES的加、解密用户手动输入明文和密钥就可以实现加密同样可以实现解密-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1910340
    • 提供者:mq
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com